/*
 Sailor Bootstrap theme by BootstrapTaste.com
 Theme URI: http://bootstraptaste.com/sailor-free-bootstrap-theme/
 Author: BootstrapTaste
 Author URI: http://bootstraptaste.com
 */


/* === prettify === */
@import url('../../plugins/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */

@import url('animate.css');

/* ===================================
1. General
==================================== */

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
	color: #656565;
	background-color: #f5f5f5;
}

a:active {
	outline:0;
}


a:hover {
	color:#45aed6;
}

.clear {
	clear:both;
}

h1,h2, h3, h4, h5, h6 {
	font-family:'Roboto', sans-serif;
	font-weight:700;

	color:#666;

}

h5{
	font-weight: normal;
}

.highlight {
	color: #fff !important;
	padding: 0 8px;
	-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
			border-radius: 2px;
}

.color-bg-white {
	background-color: #FFF;
}


.title {
	font-size: 30px;
	font-weight: normal;
	color:#0070b8;
	text-align:center;
	
}

.subtitle{
		font-size: 20px;
	font-weight: normal;
	color:#0070b8;
	}



.main{
	font-size: 16px;
	line-height: 24px;
table-layout: fixed; 
overflow: auto; 
word-wrap: break-word; 
word-break: normal; 
text-align:justify; 
text-justify:inter-ideograph;
padding-bottom:40px;
	}
	
.word{	font-size: 16px;
	line-height: 24px;
	padding:0 20px;
}	
		
		
.main-content{
	padding:20px 0 40px 0;}		
		
.main-content h1{	
font-size: 30px;
	font-weight: normal;
	color:#0070b8;
	text-align:center;
	padding-bottom:20px;}		
		
.point{
	color:#0070b8 !important;}
	
.texth42{
	color:#0070b8;
	line-height:42px;}	

.h42{
	line-height:42px;}	
	
.point16{
	color:#0070b8;
	font-size:16px;}	

.title-product{
	font-size: 30px !important;
	font-weight: normal;
	color:#0070b8;
	border:0px !important;
	margin-top:40px;}


.title-dot{
	width: 30px;
	height: 30px;
	border-radius: 99em;
	background-color: #0070b8;
	color: #FFF;
	text-align: center;
	line-height:30px;
	padding-left:6px;
	margin-right:5px;
	}


.title-square{
	width: 60px;
	height: 60px;
	background-color: #0070b8;
	padding:5px;
	color: #FFF;
	text-align: center;
	margin-right:5px;
	line-height:50px;}
	

.section-title {
	font-size: 20px;
	font-weight: normal;
}


@media (max-width: 480px) {

.homehide{
	display:none !important;
}
		
}


		
@media screen and (max-width: 768px) {
	.main{
		text-align:left; }
		
		.main-content{
	padding:20px 0 20px 0;}		
		
.main-content h1{	
font-size: 30px;
	font-weight: normal;
	color:#0070b8;
	text-align:center;
	padding-bottom:0px;}		
		
	
	}
	
	
	
	
	
	

/* ===================================
table
==================================== */	

.product_table{
}
	
.product_table th{
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}	

.product_table td{
		padding:10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;}
	
	
.line_L{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.table_reagents{
	border-color:#ccc;}


.table_reagents td{
	padding:10px;}
	
.table_reagents th{
	padding: 5px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-color: #45aed6;
}	

.table_reagents h3{
	color: #0070b8 !important;
	line-height:24px;
	padding:0;
	margin:0;
}

/* ===================================
2. layout
==================================== */

#wrapper {
	width:100%;
	margin:0;	
	padding:0;
}

#wrapper-index {
	width:100%;
	margin:0;	
	padding:0;
	background-color: #dfdbe0;
}


#wrapper.boxed {
	width:1230px;
	overflow:hidden;
	margin:0 auto;	
	padding:0;
	background:#fff;
}



.row,.row-fluid {
	margin-bottom:30px;
}

.row .row,.row-fluid .row-fluid{
	margin-bottom:30px;
}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}

.MB60{
	margin-bottom:60px;}

.MT30{
	margin-top:30px;}
	
.PT10{
	padding-top:10PX;}	

.MT-{
	margin-top:-1px !important;}



.underline-b-dot{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom:20px;
}

.underline-b-eee{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom: 20px;
}


.box-bgfff-radius{
	background-color: #FFF;
	padding:20px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:40px 0;
}




/* ===================================
3. Responsive media
==================================== */

.video-container,.map-container,.embed-container 		{ position:relative; margin:0 0 15px 0;	padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; border:none; }
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,  
.video-container embed 					{ position:absolute; top:0; left:0; width:100%; height:100%; }
iframe {
	border:none;
}

img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
/* ===================================
4. Header
==================================== */

/* === header === */



.banner-brand {
padding-top:20px;
  text-align:center;
}
 .container {
  position: relative;
}
 .utility-nav {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1999;
}
.utility-nav > ul {
  list-style: none;
}
.utility-nav > ul > li {
  float: left;
}
 .utility-nav > ul > li > a {
	display: inline-block;
	padding: 8px 12px;
	color: #666;
}
.utility-nav > ul > li > a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  header[role="banner"] .utility-nav > ul > li > a span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  header[role="banner"] .utility-nav > ul > li > a .icon {
    font-size: 1.5em;
    line-height: 1.2;
  }
}




/* -- end top area */

header .navbar {
margin: 0;
}

.navbar-default {
    border: none;

}

.navbar-brand {
    color: #222;
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
	letter-spacing: -1px;
    margin-top: 30px;
    padding: 0 0 0 15px;
}


header .navbar-collapse  ul.navbar-nav {

}

header .navbar-default{
	border-bottom: 4px solid #ffdd00;
	background-color: #FFF;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar {

}

header .navbar-nav > li  {
	padding-bottom: 30px;
	padding-top: 30px;

}

header  .navbar-nav > li > a {
	padding: 0 20px;
	margin-left: 2px;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-right-width: 1px !important;
	border-right-style: solid !important;
	border-right-color: #ccc !important;
}

header  .navbar-nav > li:last-child > a{
	border:0px !important;
}

header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:  #fff;
}	
	

.dropdown-menu  {
	box-shadow: none;
	border-radius: 0;
	background-color: #0070b8;
}






header .navbar-nav > li > ul > li {
	
}

header .navbar-nav > li > ul > li.dropdown-submenu > ul > li {

}


.dropdown-menu li:last-child  {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

header .nav li .dropdown-menu  {
   padding: 0;
}

header .nav li .dropdown-menu li a {
   line-height: 30px;
   padding: 3px 12px;
   color:#FFF;
 
}

/* --- menu --- */

header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
}

header ul.nav li a {	
	font-size:14px;
	border:none;
	text-transform:uppercase;
}

header ul.nav li ul li a {	
	font-size:14px;
	border:none;
	font-weight:500;
	text-transform:none;
}


.navbar .nav > li > a,.navbar .nav > li.active > .dropdown-menu > li > a {
  color: #444;
  text-shadow: none;
}


.dropdown-menu li:hover,
.dropdown-menu li a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a, 
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	color: #ffdd00 !important;

}
.navbar .nav a:hover {
	background:none;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
	font-weight:700;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;
}

.navbar .nav li .dropdown-menu {
	z-index:2000;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}



ul.nav li.dropdown a {
	z-index:1000;
	display:block;
}

/* sub menu */

header ul.nav li ul li.dropdown-submenu li a {	
	color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 1px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0;
    border-radius: 0 0 0 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
	font-family: 'FontAwesome';
    float: right;
    width: 0;
    height: 0;

    margin-top: 0;
    margin-right: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}





/* ===================================
8. Section: Content
==================================== */

#content {
	position:relative;
	background:#fff;
	padding:60px 0 40px 0;
}

#content img {
	margin-bottom: 30px;
}

/* --- box --- */

.box {
	width: 100%;
}
.box-gray  {
	background: #f8f8f8;
	padding: 20px 20px 30px;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}

.box h4 {
	font-weight: 300;
}

.box .icon {
	margin-bottom: 20px;
}

/* ---- parallax ---- */

.parallax {
    padding-top: 110px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

#parallax1{	
	background-image: url(../../images/eng/parallax/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display:block;
    position:relative;
    z-index:120; 
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

/* ===================================
9. Section: Bottom
==================================== */

#bottom {
	background:#fcfcfc;
	padding:50px 0 0;

}
/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
	font-weight:600;
}

#twitter ul {
    padding: 0;
	list-style:none;
}
#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}



/* ============================
11. Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  border: 1px solid #f5f5f5;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform textarea {
border: 1px solid #f5f5f5;
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}

/* --- comment form ---- */
form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
}



/* --- button --- */
.btn-theme {
	color: #fff;
}
.btn-theme:hover {
	color: #eee;
}

/* --- list style --- */

ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
	float: none;
}

ul.link-list li{
	float: none;
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}

footer ul.link-list li a{
	color:#777;
}
footer ul.link-list li a:hover {
	color:#0070b8;
}
/* --- Heading style --- */

h2.error {
	font-size: 40px;
}

h4.heading {
	font-weight:700;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;
	
}


.widgetheading {
	width:100%;

	padding:0;
}

h5.widgetheading {
	font-size: 20px;
}

#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 9px;
}

aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}

footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}


#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;

}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

/* --- our team --- */

ul.team-detail{
	margin:-10px 0 0 0;
	padding:0;
	list-style:none;
}

ul.team-detail li{
	border-bottom:1px dotted #e9e9e9;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.team-detail li label {
	font-size:13px;
}

ul.team-detail li h4, ul.team-detail li label{
	margin-bottom:0;
}

ul.team-detail li ul.social-network {
	border:none;
	margin:0;
	padding:0;
}

ul.team-detail li ul.social-network li {
	border:none;	
	margin:0;
}
ul.team-detail li ul.social-network li i {
	margin:0;
}

ul.meta-post{
	margin: 0;
	padding:0;
	list-style:none;
}

ul.meta-post li{
	display: inline-block;
	margin:0 10px 0 10px;
	padding:0;
	list-style:none;
	padding-right:10px;
}

ul.meta-post li i {
	float:left;
	font-size:12px;
	margin:6px 5px 0 0;
}

ul.meta-post li a{
	color:#999;
	font-size:12px;
	font-weight:600;
}

/* --- single post --- */
.bottom-article{
	overflow: hidden;
	padding:10px 0 10px 0;
	margin-top:20px;
}

/* --- author info --- */

.about-author {
	border:1px solid #f5f5f5;
	padding:20px;
	float:left;
	margin-bottom:5px;
}

.about-author h5 {
	margin-bottom:10px;
}



/* --- Comment --- */

.comment-area {
	float:left;
	width:100%;
	margin-top:30px;	
}

.comment-area:after {
	  display: table;
  content: " ";

}

.media-content{
	overflow:hidden;
	margin-left:12px;
	border-bottom:1px dotted #d5d5d5;
	padding-bottom:20px;
}

.media-content h6 {
	font-size:14px;
	font-weight:700;
}

.media-content span{
	color:#a9a9a9;
	font-size:14px;
	font-weight:300;
}

.comment-area .thumbnail > img {
  display: block;
	width:60px;
	height:60px;
}
.filter-list{
	margin-top:20px;
}

.comment-area .media a.reply {
	font-weight: 600;
}

/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height:12px;
    color: #888;
	font-weight:600;
-webkit-border-radius: 2px;
			 -moz-border-radius: 2px;
				  border-radius:  2px;
}

#pagination a:hover {
    color: #fff;
	text-decoration:none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}


/* ===============================
15. Aside, sidebar
================================ */

aside{
	position:relative;
	margin-bottom:40px;
}

.sidebar-nav{
	float:left;
	width:100%;
}

.right-sidebar{
	border-left:1px solid #f5f5f5;
	padding:0 0 0 30px;
}


.left-sidebar{
	border-right:1px solid #f5f5f5;
	padding:0 30px 0 0;
}


.left-sidebar .widget h3, .left-sidebar .widget .widget-content{
	padding-right:20px;
}



aside .widget {
	margin-bottom:40px;
}


ul.cat, ul.recent, ul.folio-detail, ul.contact-info{
	margin:0;
	padding:0;
	list-style:none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li{

	list-style: none;
	font-size: 16PX;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding:10px 0;
}

ul.cat li a, ul.folio-detail li a{
	color: #656565;
	text-decoration: none;
}

ul.cat li a:hover{
	color: #0070b8;
}

ul.cat li i {
	margin-right: 10px;
}

ul.folio-detail li label{
	display:inline;
	cursor:default;
	color:#353535;
	font-weight:bold;
}

.widget ul.recent li  {
	display:inline-block;
}

.widget ul.recent li {
	margin-bottom:20px;
}

ul.recent li h6 {
	margin:0 0 10px 0;
}

ul.recent li h6 a{
	color:#353535;
	font-size:16px;
	font-weight:600;
}


.widget ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}


.widget ul.tags li a {
	background:#e6e6e6;
	color:#333;
	padding:5px 10px;
-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border-radius:  3px;
	color: #888;
}

.widget ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
}

/* ===== Widgets ===== */


/* --- latest tweet widget --- */

.twitter ul{
	margin-left:0;
	list-style:none;
}

.twitter  img{
    float: left;
    margin-right: 15px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter li{    
    border-bottom: 1px dashed #efefef;    
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter li:last-child{border: none;}

/* --- Recent post widget --- */

.recent-post{
	margin:20px 0 0 0;
	padding:0;
	line-height:18px;
}

.recent-post h5 a:hover {
	text-decoration:none;
}

.recent-post .text h5 a {
	color:#353535;
}


ul.time-post{
	float:left;
	width:120px;
	padding:0;
	list-style:none;
	margin:0 20px 0 0;
	text-align:center;
	color: #0e0f0f;
}

ul.time-post li{
	float:none;
	background:#f8f8f8;
	list-style:none;
	margin:0 0 2px 0;
	padding:0;
}

ul.time-post li a img:hover{
	opacity: 0.8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
}
 	
ul.time-post li.time{
	float:none;
	padding:5px 0 5px 0;
	text-shadow: none;	
}

.recent-post ul.time-post li.time{
	color:#121214;
}

.post-meta{
	margin-bottom:20px;
}

.post-meta span{
	padding:0 10px 0 10px;
	margin-bottom:10px;
}

.post-meta span a{
	color:#919191;
}

.post-meta strong{
	font-weight:200px;
	color:#c7c7c7;
}

.item .text {
	margin-left:140px;
	margin-bottom:20px;
}


/* ===============================
16. Footer
================================ */



footer{
	background:#333333;
	text-align:center;
	

}
#sub-footer{
	border-top: 1px solid #666;
	background:#333333;
}


footer{
	padding:50px 0 0 0;
}

footer a {
	color:#999;
}

footer a:hover {
	color:#0070b8;

}


.foot-info{
	font-size: 14px;
	font-weight: normal !important;
	color: #CCC;
}


.btn-line{
	padding-bottom:20px;}

.btn-line ul{
	display: inline-block;
	margin:0 auto;}


.btn-line li{
	font-size:14px;
	float:left;
	padding: 0 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	}


.btn-line li:last-child{
	padding: 0 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	}


.fax{
	color:#999;}


@media (max-width: 767px) {
	
	footer{text-align: left;}
	
	.btn-line ul{
		width:100%;
	display: inline-block;
	margin: 0 auto;
	
}
	
	
	.btn-line li{
		width:100%;
	font-size: 14px;
	float: none;
	
	padding:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	border-left-width: 0px;
	
	}
	
	
.btn-line li:last-child{
	padding: 10px 0px;
	border-right-width: 0px;
	
	}

	footer{
	padding:20px 0 0 0;
}

	
	
	}




#sub-footer{
	text-shadow:none;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{

}

.copyright {
	text-align:center;
	font-size:12px;
}

#sub-footer ul.social-network {
	float:right;
}

/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
-webkit-border-radius: 2px 2px 0 0;	
	-moz-border-radius: 2px 2px 0 0;	
	border-radius:  2px 2px 0 0;	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}







/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */

.bs-docs-example {
	margin:0 0 10px 0;
}

.demobtn a.btn {
	margin:0 10px 10px 0;
}

section.demogrid .col-lg-1,section.demogrid .col-lg-2,section.demogrid .col-lg-3,section.demogrid .col-lg-4,section.demogrid .col-lg-5,section.demogrid .col-lg-6,section.demogrid .col-lg-7,section.demogrid .col-lg-8,section.demogrid .col-lg-9,section.demogrid .col-lg-10,section.demogrid .col-lg-11 {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .show-grid .row,section.demogrid .show-grid .row-fluid {
	margin-bottom:0;
}

section.demogrid .show-grid .nest {
	background:#ddd;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .col-lg-12.nest {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 0;
}

.demoinline p {
	display:inline;
	margin-right:20px;
}



/* =============================
18. Position & alignment
============================= */

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.aligncenter {
	text-align:center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}
.marginbot50{
	margin-bottom:50px;
}
.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}
.margintop50{
	margin-top:50px;
}

/* =============================
21. Media queries 
============================= */

@media (min-width: 979px) and (max-width: 1200px) {
	#wrapper.boxed{
		width:1000px;
		margin:0 auto;	
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#wrapper.boxed{
		width:784px;
		margin:0 auto;	
	}

	a.detail{
		background:none;
		width:100%;
	}


	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}	
}

@media (max-width: 767px) {

  body {
    padding-right: 0;
    padding-left: 0;
  }
  
 	#wrapper.boxed{
		width:90%;
		margin:0 auto;	
	}
	.navbar-brand {
		margin-top: 10px;
		border-bottom: none;
	}
	.navbar-header {
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffdd00;
	}
	
	.navbar-nav {
	border-top: none;
	float: none;
	width: 100%;

	}

	header .navbar-nav > li  {
	padding-bottom: 0;
	padding-top: 10px;
	border:0 !important;

	}
	
	
	
	
	
	header  .navbar-nav > li > a {

	border-right-width: 0px !important;

}
	
	
	
	header .nav li .dropdown-menu  {
		margin-top: 0;
	}
	
	.stats > div {
		margin-bottom: 30px;
	}

	.dropdown-menu {
	  position: absolute;
	  top: 0;
	  left: 40px;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 13px;
	  list-style: none;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #f5f5f5;
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: 0;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	
	
	
	.dropdown-menu li:hover,
.dropdown-menu li a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a, 
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	color: #0070b8 !important;

}


/* sub menu */


header ul.nav li ul li.dropdown-submenu li  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-color: #eee;
	padding:5px 0;
		}

header ul.nav li ul li.dropdown-submenu li a {	
	color: #fff;
}

.dropdown-submenu {
	position: relative;

}



	
	.navbar-collapse.collapse  {
		border: none;
		overflow: hidden;
	}

	
	.box {
		padding:20px 0;
		margin-bottom: 20px;
	}

		


	

	.breadcrumb > li {
		font-size:13px;
	}

	
	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}
	
	.right-sidebar{
		margin-top:50px;
		border-left:none;
		padding:0 0 0 0;
	}
	
	
	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}
	

	
  [class*="span"] {
		margin-bottom:20px;
  }

}

@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}


	.search{
		float:left;
	}


	.cta-text {
		margin:0 auto;
		text-align:center;	
	}
	
	ul.portfolio li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}
	.main-slider .flex-caption {
		bottom: 0;
		text-align: center;
	}
	.main-slider .flex-caption p {
		display: none;
	}
	
	.cta-btn {
		float: none;
		text-align: center;
	}

}

@media (max-width: 360px) {

}
/* ============== options panel for live preview ======================= */		
			
#t_options {
	position:fixed;
	top: 40px;
	left:-230px;
	width: 230px;
	background: #fefefe;
	color:#666;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
    z-index: 5000;
    font-size: 11px;
    font-family: 'Open Sans', arial, sans-serif;
}

#t_options hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px dotted #999;	
}

#t_options h6 {
	color:#666;
	font-size:14px;
}

#t_options input{
	width:60px;
}

#t_options .col {
	width:50px;
	margin:0 10px 0;
}

.colorpicker {
    z-index: 5001;	
}
.options_inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.options_box {
	margin: 0 14px;
	padding: 10px 0 20px;
	overflow:hidden;
}

.options_box .solidline {
	margin-bottom:10px;
}

.options_box h6 {
	text-align:center;
	font-weight:bold;
}

.options_box .full {
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}
.options_box .halfcol {
	width:90px;
	float:left;
	margin:0 5px;
}

.options_box .fourcol {
	width:30px;
	float:left;
	margin:0 5px;
}

.options_box .fourcol.color a{
	width:30px;
	height:30px;
	display:block;
	margin-bottom:5px;
}

.options_box .halfcol .wideboxed h6 {
	font-size:11px;
	font-weight:600;
}

.options_toggle_holder {
	position:absolute;
	right:-40px;
}

.options_toggle  {
	margin: 6px 0 0 4px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border:1px solid #f63306;
	border-left:none;
	display:block;
		background:#f63306;
	
}

a.btn.btn-box {
	border-radius: 0;
	background: #fff;
	font-weight: 600;
	color: #666;
	border: 1px solid #ddd;

}

a.btn.btn-wide {
	border-radius: 0;
	background: #fff;
	font-weight: 600;
	color: #666;
	border: 1px solid #ddd;
}

.options_toggle span .icon {
	margin:10px 0 0 7px;
	display:block;
	color: #fff;
}

.options_toggle:hover,.options_toggle:focus,.options_toggle:active{
	outline:0;
	text-decoration:none;
}

.options_heading {
	color: #666;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold; 
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #888;	
}

/* colors */

.options_box a.t_default {
	background:#d9232d;
}
.options_box a.t_kissme {
	background:#6D0C1F;
}
.options_box a.t_lime {
	background:#C6DF45;
}
.options_box a.t_rose {
	background:#9E001D;
}
.options_box a.t_amethyst {
	background:#9b59b6;
}
.options_box a.t_asphalt {
	background:#34495e;
}
.options_box a.t_pomegranate {
	background:#c0392b;
}
.options_box a.t_pumpkin {
	background:#d35400;
}
.options_box a.t_lightorange {
	background:#f39c12;
}
.options_box a.t_red {
	background:#cb1103;
}

.options_box a.t_green {
	background:#9AC43C;
}

.options_box a.t_sand {
	background:#BFB372;
}

.options_box a.t_purple {
	background:#c81dbe;
}
.options_box a.t_yellow {
	background:#FFD053;
}
.options_box a.t_blue {
	background:#5C9CC7;
}
.options_box a.t_pink {
	background:#FF439E;
}

.bgr .bg {
	width:28px;
	height:28px;
	border:1px solid #e6e6e6;
}

.bgr .bg.bg1 {
	background: url(../../images/eng/bodybg/bg1.png) repeat left top;
}	
.bgr .bg.bg2 {
	background: url(../../images/eng/bodybg/bg2.png) repeat left top;
}	
.bgr .bg.bg3 {
	background: url(../../images/eng/bodybg/bg3.jpg) repeat left top;
}	
.bgr .bg.bg4 {
	background: url(../../images/eng/bodybg/bg4.png) repeat left top;
}	
.bgr .bg.bg5 {
	background: url(../../images/eng/bodybg/bg5.png) repeat left top;
}	
.bgr .bg.bg6 {
	background: url(../../images/eng/bodybg/bg6.png) repeat left top;
}	
.bgr .bg.bg7 {
	background: url(../../images/eng/bodybg/bg7.png) repeat left top;
}	
.bgr .bg.bg8 {
	background: url(../../images/eng/bodybg/bg8.jpg) repeat left top;
}	
.bgr .bg.bg9 {
	background: url(../../images/eng/bodybg/bg9.png) repeat left top;
}	
.bgr .bg.bg10 {
	background: url(../../images/eng/bodybg/bg10.png) repeat left top;
}	

#accent_color{
	color: #fff;
	background: #ef5523;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}

#bodybg_color {
	color: #fff;
	background: #ccc;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}



/* Theme Styler :: End */


/* ============== index - 3 -main ======================= */		


#index-main{
  position: relative;
  bottom: 0;
  /*margin-top: -60px;*/
  z-index: 10;
  padding-bottom: 30px;
}




.index-main-bg-1{
	background-image: url(../../images/eng/index/index-main-bg-1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
		background-color: #4da3d2;
}

.index-main-bg-2{
	background-image: url(../../images/eng/index/index-main-bg-2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
		background-color: #4db7d2;
}


.index-main-bg-3{
	background-image: url(../../images/eng/index/index-main-bg-3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
		background-color: #65cbd4;
}



.main-products{
	color: #FFF;
	padding:20px;
	min-height:250px;
}

.main-products h2{
	text-align: center;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom:10PX;
}

.main-products ul{
	padding:0;
	margin:0;}
.main-products li{
	list-style: none;
	line-height: 30px;
}

.main-products li a{
	color: #FFF;
}

.main-products li a:hover{
	color: #ffdd00;
	text-decoration: none;

}


.main-products-img{
	width:100%;
	height:auto;
	background-color: #fff;
	text-align:center;
	padding:20px 0;
	overflow: hidden; 
}


@media screen and (max-width: 768px) {
 #index-main {
	  margin-top: -20px;
    padding-bottom: 3em;
  }
  
  .main-products{
	min-height:1 50px;
}

  
  
}

/* ============== index -news ======================= */		
.index-news{
	padding-left: 10px;
	padding-bottom: 40px;
	
}


.index-h3{}

.index-news h3{}
	
.index-news h4{
	font-size: 16px;

}
.index-news h5{
	font-size: 12px;
	color: #999;

}


.index-news ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.index-news li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:5px;
}


.index-news li a{
	font-size: 14px;
	color: #0070b8;
	text-decoration: none;
}

.index-news li a:hover{
		color: #0070b8 !important;}




/* ===================================
banner-about
==================================== */

.banner-about{
	background-image: url(../../images/eng/banner/about.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}


.banner-product{
	background-image: url(../../images/eng/banner/product.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}



.banner-service{
	background-image: url(../../images/eng/banner/service.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}


.banner-technology{
	background-image: url(../../images/eng/banner/technology.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}

.banner-responsibility{
	background-image: url(../../images/eng/banner/responsibility.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}


.banner-investors{
	background-image: url(../../images/eng/banner/investors.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}



.banner-new{
	background-image: url(../../images/eng/banner/new.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}


.banner-contact{
	background-image: url(../../images/eng/banner/contact.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}









.banner{
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height:240px;
	color:#FFF;
	letter-spacing: 4px;
	
			text-shadow: 1px 1px 1px #434a54;
	}







	
	
.banner-menu{
	width:100%;
	margin-top:-40px;
	height:40px;
	line-height:40px;
 background: rgba(0,0,0,0.6);
	text-align: center;
	color: #FFF;
}

.banner-menu ul{
	 display: inline-block;}


.banner-menu li{

	float:left;
}
	
.banner-menu li a{
		display:block;
	color:#FFF;
		padding:0px 30px;}	
	
.banner-menu li a:hover{
	background-color: #0070b8;
}	

.banner-menu li.menu-active{
	background-color: #0070b8;
	padding:0px 30px;
}

.banner-menu:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}
 
.banner-menu {
   display: inline-block;
}
 
html[xmlns] .banner-menu {
   display: block;
}
 
* html .banner-menu {
   height: 1%;
   overflow: visible;
}


@media screen and (max-width: 768px) {
	


.banner{
	line-height:60px;
	font-size:16px;}
	
	
	
		
.banner-menu{
	width: 100%;
	margin-top: -0px;
	height: auto;
	line-height: 40px;
	text-align: left;
	font-size: 14px;
	background-color: #FFF;
}

.banner-menu ul {
	width: 100%;
}

.banner-menu li {
	float: none;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

}

.banner-menu li:last-child  {
	border:0;}

.banner-menu li a{
		width:100%;
		display:block;
	color:#333;
		padding:0px 0px;}	
	
.banner-menu li a:hover{
	color: #0070b8;
	background-color: #FFF;
}	

.banner-menu li.menu-active{
	background-color: #FFF;
	color: #0070b8 !important;
	padding:0px;
}



	}

/* ===================================
banner-img
==================================== */
#headline-products{
	background-image: url(../../images/eng/headline/headline-products.jpg);
	background-repeat: no-repeat;
	height:100px;
}

#headline-products h2{
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height:60px;
}




#headline-service{
	background-image: url(../../images/eng/headline/headline-service.jpg);
	background-repeat: no-repeat;
	height:100px;
}

#headline-service h2{
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 60px;
	color: #FFF;
}




/* ===================================
products-tabs
==================================== */

.products-tabs {
	list-style: none;
	text-align:center;
	margin-top:40PX;
	margin-bottom:20px;

}

.products-tabs:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}


.products-tabs ul{
	padding:0;
	margin:0;
	

	}
	
.products-tabs  li {
	float: left;
	display: block;
	width: 33%;

}



.products-tabs  li:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

.products-tabs  li a {
	display: block;
	padding: 7px 0;
	color: #64686d;
	position: relative;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.products-tabs  li a:hover,
.products-tabs  li a.active {
  background: #45aed6;
  color: #fff;
 
}
.products-tabs  li a.active:after {


}


@media screen and (max-width: 768px) {
	
	.products-tabs {
	list-style: none;
	text-align:center;
	margin-top:10PX;
	margin-bottom:10px;

}

	
	.products-tabs  li a{
	font-size: 9px !important;
	max-height: 300px;

		}
		
		
		
		
		}


/* ===================================
products-info
==================================== */

.products-main-title {
	font-size: 30px;
	font-weight: normal;
	color:#0070b8;
}

.products-menu-title {
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0070b8;
	line-height: 40px;
	font-weight: normal;
}


#products-main h2{
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0070b8;
	line-height: 40px;
	font-weight: normal;
	margin:30px 0 20px 0;}
	
#products-main h3{
		font-size: 18px;
			font-weight: normal;
			color:#0070b8;
	}	
	
#products-main p{

}	
	
#products-main ul {
	padding:0;
	margin:0;}

#products-main li {
	list-style:none;}
	

.download-list li{
	padding: 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



.download-list li a:hover{
	color: #45aed6;
}

/* ===================================
products-list
==================================== */

.products-list-title{
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color:#0070b8;
}


.products-list-info{
	font-size: 20px;
	line-height: 24px;
	color: #666;
	text-align: center;
	font-weight: lighter;
	margin-bottom:40px;
}

.program {
  margin-bottom: 4em;
}


/*.program img {
	
	height:auto;
}*/
.program h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-top:5px;



}
.program.program-schedule {
  margin-bottom: 2em;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.program.program-schedule img {

	
}
.program.program-schedule h3 {
  margin-bottom: 0;
}
.program.program-schedule small {
  display: block;
  font-size: 12px;
}
.program.program-schedule:hover, .program.program-schedule:focus {
  -webkit-box-shadow: 0px 6px 55px -23px rgba(0, 0, 0, 0.72);
  -moz-box-shadow: 0px 6px 55px -23px rgba(0, 0, 0, 0.72);
  box-shadow: 0px 6px 55px -23px rgba(0, 0, 0, 0.72);
}
	


/* ===================================
about area
==================================== */

.about h2{

	font-size: 90px;
	color: #42b3e5;
	margin-top: 50px;
}

.about p{
		letter-spacing:1px;}

.about h4{
	
	font-size: 24px;
	color: #737373;
	margin-bottom: 45px;
}
.about-img img{
	width: 100%;
}
.single-about-detail{
	position: relative;
	

}
.pentagon-text h1{
	font-size: 16px;
	color: #383838;

	padding:20px;
	text-align:center;
}
.pentagon-text {
  width: 80%;
  height: 52px;
  background: #fff;
  position: relative;
   top: -50px;
  left: 10%;
}
.pentagon-text:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  
}
.pentagon-text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0px;
 
}
.about-details{
	background: #45aed6;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	
	margin-bottom:30px;
}

.bg-4db7d2{
		background: #4db7d2;}

.bg-65cbd4{
		background: #65cbd4;}


.about-details h3{
	font-size: 18px;
	color: #fff;
	margin-top: 0;
	font-weight: normal;
	position: relative;
	

}

.media-heading{
	font-size:24px;}


/* ===================================
underline
==================================== */


.about-details h3:before {
  /* position: absolute;
  content: '';
  top: 25px;
  left: 50%;
  margin-left: -15px;
  width: 20px;
  height: 2px;
  background: #fff;*/
}


.about-details p{
	font-size: 14px;
	color: #fff;
	padding: 0 25px;
	min-height:150px;
	padding-top:10px;
}
.single-about-detail:hover .about-details{
	background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1{
	color: #3a9dca;
}



/**** Start Service Section ****/

.services-section {
    padding-bottom: 30px;
}

.service-details ul {
    padding-top: 8px;
}
.service-details li {
    padding-bottom: 8px;
}

.feature {
    background: #fff;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #f1f1f1;
	min-height:120px;
	 -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}


.feature h4{
    font-size: 18px;
    color: #444;
    padding-bottom: 10px;
    font-weight: 300;
	
}

.feature p {
    color: #444;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.feature i {
/*    font-size:40px;
   padding:1px 10px 0 1px;
   position: relative;
    width: 50px;
    height: 50px;*/
}


/* ===================================
Publications
==================================== */

.publications{
    background: #fff;
    margin-top: 30px;
	margin-bottom:60px;
    padding: 30px;
    border: 1px solid #f1f1f1;
	 -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}



.publications h4{
	font-size: 14px;
	line-height: 0px;
	color: #999;
	font-weight: normal;
	padding-top:10px;
	
}


.publications h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;

	padding:0;
	margin:0;
}
	

.publications ul{
	padding: 0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}	


.publications ul:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

	
	
.publications li{
	float: left;
	list-style: none;

	}
	
.publications li a{

		display:block;
}	
	
.publications a:hover{
	color: #45aed6!important;
	}
	
.icon-download{
	padding-top:20px;
	padding-left:20px;
	text-align:center;
}
	
	
/* ===============================
12. Portfolio
================================ */

.cbp-popup-singlePage-counter {
    color: #f8f8f8;
}

.cbp-l-grid-team-name:hover {
    color: #666;
}
.cbp-popup-singlePage .cbp-l-project-details-visit:hover {
    color: #fff;
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    background-color: #666;
}
	

/* ===================================
product_photo
==================================== */


.portfolio-items,
.portfolio-filter {
  list-style: none;
  

}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:25%;
}


.portfolio-items:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}


.portfolio-item {
  padding: 0;
  margin: 0;
  margin-bottom:
}
.portfolio-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;

  position: relative;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}


/* ===================================
about_Milestones

==================================== */


.timeline {
	list-style: none;
	padding: 0;
	position: relative;

}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #45aed6;
  left: 40px;
  margin-left: -1.5px;
}

.timeline li, ul {
	list-style:none;
	margin:0;
	padding:0;
	}


.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;

}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #45aed6;
  color: white;
  border-radius: 100%;
  border: 7px solid #45aed6;
  text-align: center;
}
.timeline > li .timeline-image h4 {
	font-size: 18px !important;
	padding-top:14px;
	color: #FFF;
	font-weight: normal;
}




.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
    color:#0070b8;
  
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
 font-size: 28px !important;
	padding-top:20px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
  



}




@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
  

}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
  /*   padding: 0 20px 20px 100px;*/
  padding-bottom:100px;
 
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    /*   padding: 0 100px 20px 20px;*/ 
	  padding-bottom:20px;
  }
}

/* ===================================
Responsibility

==================================== */



 .heading-lead {
	position: relative;
	padding-bottom: 20px;
	font-weight: normal;

}

.underline-r {
    background: #333;
    height: 2px;
    margin: auto;
    width: 40px;
	right:90%;
	position: absolute;
	
}


.underline-l {
    background: #333;
    height: 2px;
    margin: auto;
    width: 40px;
   
left: 90%;
	position: absolute;

}


.text-R {
	text-align:right;}


@media (max-width: 480px) {
	 .heading-lead{
		 text-align:center;}
		 
		 
		 .underline-r, .underline-l {
			 
			 left: 50%;
			 }
	
	.text-R {
	text-align:left;}
	

	
	
	}
	
.feedback{
	background-image: url(../../data/responsibility/eng/feedback.jpg);
	text-align: center;
	color: #FFF;
	padding: 50px 0 100px 0;
	height: 530px;
	background-repeat: no-repeat;
	background-position: center center;
		text-shadow: 2px 2px 3px #434a54;
  }


.feedback h2{
font-size: 30px;
	font-weight: normal;
	color:#fff;
	text-align:center;
	padding-bottom:20px;
}
	
.feedback h3{
	color:#FFF;}	
	

.underline-c {
	height: 2px;
	margin: auto;
	width: 40px;
	left: 45%;
	position: absolute;
	background-color: #CCC;
}

/**** Start newsPress Releases****/


.news-press-releases {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 20px;
    padding-top: 0;
	margin-bottom:25px;
}

.news-press-releases  img {
    padding-top: 20px;
}

.news-press-releases  p {
    
}


.news-press-releases h4{
	font-size: 12px;
	font-weight: normal;
	}

.news-press-releases  li {
    padding-bottom: 5px;
}
.news-press-releases  li i {
    padding-right: 5px;
    color: #666;
}

.news-press-releases  a {
    margin-top: 10px;
}
.news-press-releases  a:hover {
  
}




/* ===================================
contact-us-Careers

==================================== */


.careers_facts{
	
	height: 500px;
	padding:40px;
	background-image: url(../../data/contact%20us/eng/careers-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
		background-size: cover;

}

.careers_facts h2{
		font-size: 24px;
			font-weight: normal;
			text-align: left;
	color: #FFF;}





.careers_img1{
	background-image: url(../../data/contact%20us/eng/careers-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 250px;
}

.careers_img2{
	background-image: url(../../data/contact%20us/eng/careers-3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 250px;
}

.careers_104{
	color: #FFF;
	font-size:24px;
	text-align:center;
	padding:40px;
	background-image: url(../../data/contact%20us/eng/contact_careers.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	height: 250px;
}




.careers_104  h3{
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
}

.careers_news{
	text-align: center;
	color: #FFF;
	height: 250px;
	background-color: #45aed6;
		padding:40px;
}


.careers_news a {
	color: #FFF;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	letter-spacing: 1px;
}


.careers_news h3{
	font-size: 18px;
	color: #FFF;
	font-weight: normal;}


.careers_title {
	margin:0 auto;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	line-height: 80px;
	width: 80px;
	height: 80px;
	border-radius: 99em;
	border: 2px solid #eee;
	font-weight: lighter;
}

@media (max-width: 480px) {
	
.careers_facts{
	
	height: 250px;
	
}


.careers_img1, .careers_img2{
	display:none;
}
}
	
.investors-list{
    font-weight: 600;
}

.investors-list li{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
   
}

.investors-list li a{
    color: #666;
    display: block;
   
}

.investors-list li a:hover{
    color:#0070b8;
   
}



.investors-list li:first-child{
    padding: 0 0 20px 0;
}

.investors-list i{
    float: right;
}



.table-revenue {
    text-align: center;
      width: 100%;
  
  }
  
  .bg-light-blue{
    background-color: #C8E6FA;
  }
  
  .bg-blue{
    background-color: #AADCFF;
  }
  
  
  .table-revenue tr td {
      border-bottom: 1px solid #e5e5e5;
      padding: 1rem 0;
      color: #999;
  }
  
  
  .table-revenue tr th {
      background: #AADCFF;
      color: #000;
      border: 1px solid #fff;
      text-align: center;
      padding: 1rem 0;
      font-weight: 600;
  }

.table-historical{
    width: 100%;
   
}

.table-historical i{
    float: right;
}

.table-historical tr td {
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem;
    color: #999;
}

.table-historical tr th {
    color: #666;
    border: 1px solid #fff;
    text-align: center;
    padding: 1rem 0;
    font-weight: 600;
}
}	
	
	
	


	

	
	